Release 10.1A: OpenEdge Development:
ADM Reference
getNextHtmlField
Procedure that reads the HTML file one line at a time, sending each line to the Web stream, up to the next HTML field definition.
Location: html-map.p Parameters:INPUT-OUTPUT next-line AS CHARACTERFull text of current line.
INPUT-OUTPUT line-no AS INTEGERLine position counter.
INPUT-OUTPUT start-line-no AS INTEGERBeginning field definition line.
INPUT-OUTPUT start-line-offset AS INTEGERBeginning field definition column.
INPUT-OUTPUT end-line-no AS INTEGEREnding field definition line.
INPUT-OUTPUT end-line-offset AS INTEGER)Ending field definition column.
INPUT-OUTPUT field-def AS CHARACTERField definition between <“ and ”>
INPUT-OUTPUT clip-bytes AS INTEGER)Chars on line already processed.
Notes: Internal use only. The field definition is extracted from the [row, column] offsets [start–line–no, start–line–offset] to [end–line–no, end–line–offset] and returned.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |